home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
351-375
/
366
/
makewords
/
source
/
makefile
< prev
next >
Wrap
Makefile
|
1995-03-14
|
457b
|
21 lines
### MANX Aztec C v5.0a makefile
#
# tables.c is a C file created by DictToTables from a dictionary file.
#use 16-bit ints, test at bottom of for(;;)
CFLAGS = -ps -sf
all: Unjumble PhoneWord AllPhoneWord DictToTables
Unjumble: unjumble.o tables.o
ln unjumble.o tables.o -lc16
PhoneWord: PhoneWord.o tables.o
ln PhoneWord.o tables.o -lc16
AllPhoneWord: AllPhoneWord.o
ln AllPhoneWord.o -lc16
DictToTables: DictToTables.o
ln DictToTables.o -lc16